National Repository of Grey Literature 26 records found  1 - 10nextend  jump to record: Search took 0.01 seconds. 
Effect of Noise on Video Compression
Anton, Matyáš ; Drábek, Vladimír (referee) ; Bařina, David (advisor)
Videos are in fact image signals and as such, they are susceptible to distortions in the form of noise. This thesis' goal was to determine how the presence of noise can affect the results of image data compression as well as what impact might the lossy compression have on the noise present. Four contemporary compression formats were chosen, namely H.264, H.265, Motion JPEG 2000 and DIRAC, representing different approaches to the video compression, especially the contrast between a discrete cosine transform and a discrete wavelet transform.
Hierarchical Coding of Moving Pictures
Špaček, Milan ; Rášo, Ondřej (referee) ; Schimmel, Jiří (advisor)
Bachelor‘s thesis deals with hierarchical coding – scaling – of moving pictures in currently widely used compression algorithms MPEG-2 and MPEG-4. Scaling is the process whereby the encoded data stream is divided into graduated layers, adapted especially to the possibilities of transmission media and capabilities of terminal devices. The content of the base layer is a signal with reduced quality. The content of one or more extension layers is a supplementary picture information, completing the signal to a full quality form. The decoder, depending on its abilities and external circumstances, can decode only the relevant layers from the received bitstream. The thesis focuses in the theoretical part on the detailed description of encoding and decoding video signal according to MPEG standards using three types of scalability. In the concrete, the spatial, qualitative SNR and Fine granular scalability are mentioned. In the practical part of thesis was created an educational application in Matlab environment with its own graphical user interface, which implements the functions performing spatial, qualitative SNR and Fine granular scalability. Based on the user-specified input parameters, it performs scaling the image and then displays the outputs of individual layers after scaling and after the image reconstruction. The input of the programme, in which a hierarchical coding is done, is the image in bitmap format with any size in RGB format.
Comparison of compression algorithms for high definition video
Dvořák, Martin ; Polák, Ladislav (referee) ; Slanina, Martin (advisor)
Bachelor's thesis deals with comparison and analysis of various instruments of the present-day compression algorithms used to compress high-definition video. Video sequences require a large amount of memory for their storage and take up bandwidth for their transmission, so it is necessary to compress video signals with regard to the quality of video after decompressing. The work focuses mainly on the differences between the algorithms and overall performance. Part of this work is a compressed video database, comparing the performance of different algorithms and the subjective quality of compressed video.
Digital image watermarking
Číka, Petr ; Krbilová, Izabela (referee) ; Makáň, Florian (referee) ; Němec, Karel (advisor)
Digital image watermarking has developed for the purpose of protecting intellectual property rights to multimedia data. The focus of this thesis is searching for an alternative solution of digital image watermarking methods. A detailed analysis of watermarking methods particularly in the frequency domain, and the modification of these methods are the main aim of this work. Improved performance in watermark extraction is one of the main goals. First, the common static image watermarking methods, possible attacks on the watermarked data and techniques for objective measurement of watermarked image quality are shortly introduced. Techniques which use the space domain for watermarking ar described in the next part of this work. It is about techniques which insert the watermark into the least significant bits of an image both in the RGB domain and in the YUV domain. The main part of the thesis depicts modified and newly developed static image watermarking methods in the frequency domain. These methods use various transforms and error-correction codes, by means of which the watermark robustness increases. All the methods developed are tested in MATLAB. Results together with tables and graphs are one part of work. The end of the thesis is devoted to a comparison of all the developed methods and their evaluation.
Lossy Light Field Compression
Dlabaja, Drahomír ; Milet, Tomáš (referee) ; Bařina, David (advisor)
The aim of this paper is to propose, implement and evaluate a new lossy compression method for light field images. The proposed method extends the JPEG method to four dimensions and brings new ideas which lead to better compression performance. Correlation between light field views is exploited in both dimensions by four-dimensional discrete cosine transformation. The lossy part of the encoding is performed by quantization, similarly to the JPEG method. The proposed method is implemented as a program library in a C++ language. This paper compares the proposed method to JPEG, JPEG 2000 and HEVC intra image compression methods and HEVC video compression method. The results show that the proposed method outperforms the reference methods with images with a higher amount of views. HEVC video method is better for images with fewer views or for very low bitrates.
Lose video signal compression – quantisation
Balada, Radek ; Kratochvíl, Tomáš (referee) ; Frýza, Tomáš (advisor)
The aim of my bachelor’s thesis is a lose video signal compression. Because sequences of digital video signals typically require vast amount of electronic memory for storage, and occupy much bandwidth during the transmission, the video signals must be compressed. Several video compression standards use two-dimensional discrete cosine transform. My job is to extend one more dimension (time) and make tests of three-dimensional discrete cosine transform. I focused on video quality compared to the compression ratio. This paper also describes a technique for generating the quantisation values for three dimensional discrete cosine transform coefficients.
Digital Image Noise Reduction Methods
Čišecký, Roman ; Říha, Kamil (referee) ; Číka, Petr (advisor)
The master's thesis is concerned with digital image denoising methods. The theoretical part explains some elementary terms related to image processing, image noise, categorization of noise and quality determining criteria of denoising process. There are also particular denoising methods described, mentioning their advantages and disadvantages in this paper. The practical part deals with an implementation of the selected denoising methods in a Java, in the environment of application RapidMiner. In conclusion, the results obtained by different methods are compared.
Comparison of Multimedia Signal Compression Possibilities
Špaček, Milan ; Mišurec, Jiří (referee) ; Škorpil, Vladislav (advisor)
Thesis deals with multimedia signal comparison of compression options focused on video and advanced codecs. Specifically it describes the encoding and decoding of video recordings according to the MPEG standard. The theoretical part of the thesis describes characteristic properties of the video signal and justification for the need to use recording and transmission compression. There are also described methods for elimination of encoded video signal redundancy and irrelevance. Further on are discussed ways of measuring the video signal quality. A separate chapter is focused on the characteristics of currently used and promising codecs. In the practical part of the thesis were created functions in Matlab environment. These functions were implemented into graphic user interface that simulates the activity of functional blocks of the encoder and decoder. Based on user-specified input parameters it performs encoding and decoding of any given picture, composed of images in RGB format, and displays the outputs of individual functional blocks. There are implemented algorithms for the initial processing of the input sequence including sub-sampling, as well as DCT, quantization, motion compensation and their inverse operations. Separate chapters are dedicated to the realisation of codec description in the Matlab environment and to the individual processing steps output. Further on are mentioned compress algorithm comparisons and the impact of parameter change onto the final signal. The findings are summarized in conclusion.
Digital Image Watermarking
Al Zaid, Abdullah Saleh ; Říha, Kamil (referee) ; Číka, Petr (advisor)
This is the Final Project Report as being composed of an extensive summary of activities and results made by the student Abdullah S. A. Alzaid while undertaking the Watermark Project. This project acquaints an algorithm of digital watermarking which is based on Discrete Cosine Transform(DCT) and Discrete Wavelet Transform(DWT). In accord with the characters of human vision, the main objective of the project is to be focused on developing an image watermarking algorithm by taking advantage of both the DCT and DWT transforms and analysis of the algorithm on the basis of invisibility, distortion and robustness to attacks. The simulation results show that this algorithm is invisible and has good robustness for some common image processing operations. By the use of Matlab software, the two structures have been coded and then implemented.
Educational video codec
Dvořák, Martin ; Hála, Ondřej (referee) ; Slanina, Martin (advisor)
The first goal of diploma thesis is to study the basic principles of video signal compression. Introduction to techniques used to reduce irrelevancy and redundancy in the video signal. The second goal is, on the basis of information about compression tools, implement the individual compression tools in the programming environment of Matlab and assemble simple model of the video codec. Diploma thesis contains a description of the three basic blocks, namely - interframe coding, intraframe coding and coding with variable length word - according the standard MPEG-2.

National Repository of Grey Literature : 26 records found   1 - 10nextend  jump to record:
Interested in being notified about new results for this query?
Subscribe to the RSS feed.